func runtime/pprof.scaleMutexProfile

2 uses

	runtime/pprof (current package)
		pprof.go#L860: 	return writeProfileInternal(w, debug, "mutex", runtime.MutexProfile, scaleMutexProfile)
		pprof.go#L909: func scaleMutexProfile(cnt int64, ns float64) (int64, float64) {